home *** CD-ROM | disk | FTP | other *** search
- %!
- %%VMusage: 0 0
- %%VMlocation: global
- %%
- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
- %% %%
- %% BitmapFontInit: the procedures used when defining type 32 fonts. %%
- %% %%
- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-
- /BitmapFontInit <<
-
- /addglyph {
- systemdict begin addglyph end
- } bind
-
- /removeglyphs {
- systemdict begin removeglyphs end
- } bind
-
- /removeall {
- systemdict begin removeall end
- } bind
-
- >> /ProcSet defineresource
-
-